From 29bc0b1911f639af3fa7d3a3783d9b4e18f02fc2 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sat, 6 May 2017 17:25:13 +0100 Subject: [PATCH] meson: Use libexecdir option --- testsuite/reftests/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/reftests/meson.build b/testsuite/reftests/meson.build index c28a53221a..1604776bca 100644 --- a/testsuite/reftests/meson.build +++ b/testsuite/reftests/meson.build @@ -28,7 +28,7 @@ libreftest = static_library('gtkreftest', dependencies : libgtk_dep) tcdata = configuration_data() -tcdata.set('libexecdir', join_paths(get_option('prefix'), get_option('libdir'))) # FIXME +tcdata.set('libexecdir', join_paths(get_option('prefix'), get_option('libexecdir'))) #built_tests = ['reftests', 'reftests-dark', 'reftests-hc', 'reftests-hci'] #foreach t : built_tests -- 2.30.2